projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a3ff0
)
* subr.el (apply-partially): Remove redundant comment.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 24 Oct 2011 02:03:24 +0000
(22:03 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 24 Oct 2011 02:03:24 +0000
(22:03 -0400)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 05ac198dd13c38b7cf63c276aa644fd14a675936..c88cef0ba0f874e337c8014aaf055638d933de42 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-116,8
+116,6
@@
BODY should be a list of Lisp expressions.
;; depend on backquote.el.
(list 'function (cons 'lambda cdr)))
-;; Partial application of functions (similar to "currying").
-;; This function is here rather than in subr.el because it uses CL.
(defun apply-partially (fun &rest args)
"Return a function that is a partial application of FUN to ARGS.
ARGS is a list of the first N arguments to pass to FUN.